home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1997-11-30  |  3KB  |  173 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 277
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Solar System'
  6.   ClientHeight = 423
  7.   ClientWidth = 441
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object imgProgramIcon: TImage
  18.     Left = 33
  19.     Top = 14
  20.     Width = 48
  21.     Height = 51
  22.     Picture.Data = {<image000.ico>}
  23.     Stretch = True
  24.     IsControl = True
  25.   end
  26.   object lblSolar: TLabel
  27.     Left = 97
  28.     Top = 9
  29.     Width = 328
  30.     Height = 21
  31.     AutoSize = False
  32.     Caption = 'Solar System - 32bit - Version 1.0a'
  33.     IsControl = True
  34.   end
  35.   object lblCreated: TLabel
  36.     Left = 97
  37.     Top = 201
  38.     Width = 88
  39.     Height = 21
  40.     AutoSize = False
  41.     Caption = 'Created by:'
  42.     WordWrap = True
  43.     IsControl = True
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 97
  47.     Top = 76
  48.     Width = 328
  49.     Height = 9
  50.     Shape = bsTopLine
  51.   end
  52.   object Label3: TLabel
  53.     Left = 9
  54.     Top = 226
  55.     Width = 80
  56.     Height = 16
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = 'E-Mail:'
  60.   end
  61.   object Label4: TLabel
  62.     Left = 9
  63.     Top = 319
  64.     Width = 80
  65.     Height = 16
  66.     Alignment = taRightJustify
  67.     AutoSize = False
  68.     Caption = 'E-Mail:'
  69.   end
  70.   object Label5: TLabel
  71.     Left = 9
  72.     Top = 350
  73.     Width = 80
  74.     Height = 16
  75.     Alignment = taRightJustify
  76.     AutoSize = False
  77.     Caption = 'Web:'
  78.   end
  79.   object Label7: TLabel
  80.     Left = 97
  81.     Top = 34
  82.     Width = 318
  83.     Height = 40
  84.     Caption = 
  85.       'Solar System is copyright∩┐╜ 1997 to Michael Sunde and Bill Klien.' +
  86.       ' All rights reserved.'
  87.     WordWrap = True
  88.   end
  89.   object Label1: TLabel
  90.     Left = 97
  91.     Top = 287
  92.     Width = 144
  93.     Height = 16
  94.     AutoSize = False
  95.     Caption = 'And by:'
  96.     WordWrap = True
  97.     IsControl = True
  98.   end
  99.   object lbldistribut: TLabel
  100.     Left = 97
  101.     Top = 90
  102.     Width = 328
  103.     Height = 95
  104.     AutoSize = False
  105.     Caption = 'lbldistribut'
  106.     WordWrap = True
  107.   end
  108.   object Label2: TLabel
  109.     Left = 9
  110.     Top = 257
  111.     Width = 80
  112.     Height = 16
  113.     Alignment = taRightJustify
  114.     AutoSize = False
  115.     Caption = 'Web:'
  116.   end
  117.   object butOK: TButton
  118.     Left = 326
  119.     Top = 380
  120.     Width = 97
  121.     Height = 31
  122.     Caption = 'OK'
  123.     Default = True
  124.     ModalResult = 1
  125.     TabOrder = 0
  126.     OnClick = butOKClick
  127.   end
  128.   object Edit1: TEdit
  129.     Left = 97
  130.     Top = 222
  131.     Width = 328
  132.     Height = 24
  133.     AutoSelect = False
  134.     ParentColor = True
  135.     ReadOnly = True
  136.     TabOrder = 1
  137.     Text = 'Michael Sunde <sunde@cs.concordia.ca>'
  138.   end
  139.   object Edit2: TEdit
  140.     Left = 97
  141.     Top = 315
  142.     Width = 328
  143.     Height = 24
  144.     AutoSelect = False
  145.     ParentColor = True
  146.     ReadOnly = True
  147.     TabOrder = 2
  148.     Text = 'Bill Klein <bk@cheerful.com>'
  149.   end
  150.   object Edit3: TEdit
  151.     Left = 97
  152.     Top = 346
  153.     Width = 328
  154.     Height = 24
  155.     AutoSelect = False
  156.     ParentColor = True
  157.     ReadOnly = True
  158.     TabOrder = 3
  159.     Text = 'http://www.orbit.org/'
  160.   end
  161.   object Edit4: TEdit
  162.     Left = 97
  163.     Top = 252
  164.     Width = 328
  165.     Height = 24
  166.     AutoSelect = False
  167.     ParentColor = True
  168.     ReadOnly = True
  169.     TabOrder = 4
  170.     Text = 'http://www.colba.net/~msunde/'
  171.   end
  172. end
  173.